home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / actdemo.dir / 00129.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  173 b   |  11 lines

  1. on mouseDown
  2.   global gXframe
  3.   puppetSound("PlayB")
  4.   if the colorDepth <> 8 then
  5.     set gXframe to marker(0)
  6.     go("BadBitDepth")
  7.   else
  8.     go("play ap2")
  9.   end if
  10. end
  11.